10. Exercise: Create BodyPartFragment
Create and Display a BodyPartFragment
In this exercise, you'll be doing three things. First, creating a new fragment layout that displays an image, second, creating a new Fragment class to display that layout, and third, instantiating and displaying a fragment in an Activity!
Download the exercise code and follow along with the listed TODO's to complete the exercise!
Exercise Code
Task Description:
Follow the steps to complete this coding exercise.
Task Feedback:
Great job! This is a strong start; let's keep going!!
Solution: [TFragments.01-Solution-CreateBodyPartFragment][Diff]